home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- set the blend of sprite 26 to 100
- cursor(280)
- end
-
- on mouseLeave
- if the stillDown = 0 then
- set the blend of sprite 26 to 70
- end if
- cursor(-1)
- end
-
- on mouseWithin
- set the blend of sprite 26 to 100
- end
-
- on mouseDown
- if keyPressed("s") and keyPressed("a") then
- go("video")
- end if
- set the blend of sprite 26 to 100
- sprite(47).visible = 1
- sprite(48).visible = 1
- set the locH of sprite 47 to 234
- end
-
- on mouseUp
- set the blend of sprite 26 to 70
- sprite(47).visible = 0
- sprite(48).visible = 0
- set the locH of sprite 47 to -500
- puppetSound("Clicker", 1)
- end
-
- on mouseUpOutSide
- set the blend of sprite 26 to 70
- sprite(47).visible = 0
- sprite(48).visible = 0
- set the locH of sprite 47 to -500
- puppetSound("Clicker", 1)
- end
-